Skip to content

Commit

Permalink
Merge branch 'dependabot-version-changes' into 'main'
Browse files Browse the repository at this point in the history
More dependabot versions changes

See merge request weblogic-cloud/weblogic-deploy-tooling!1757
  • Loading branch information
robertpatrick committed Dec 12, 2024
2 parents 3af06ce + fafb5b4 commit 5b7e771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
<weblogic-deploy-installer-name>weblogic-deploy</weblogic-deploy-installer-name>
<skipTests>false</skipTests>
<antlr.version>4.9.3</antlr.version>
<snakeyaml.version>2.2</snakeyaml.version>
<snakeyaml.version>2.3</snakeyaml.version>
<picocli.version>4.7.6</picocli.version>
<sshj.version>0.38.0</sshj.version>
<sshj.version>0.39.0</sshj.version>
<eddsa.version>0.3.0</eddsa.version>
<slf4j.version>2.0.16</slf4j.version>
<jzlib.version>1.1.3</jzlib.version>
<asn.one.version>0.6.0</asn.one.version>
<jline.version>3.27.1</jline.version>
<jline.version>3.28.0</jline.version>
<junit.version>5.11.3</junit.version>
<wdt.scm.repo.url>${env.WDT_SCM_REPO_URL}</wdt.scm.repo.url>
<wdt.scm.repo.conn>${env.WDT_SCM_REPO_CONN}</wdt.scm.repo.conn>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.4.0</version>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -196,7 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.2</version>
<configuration>
<groups>${test.groups}</groups>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion tools/crd-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<properties>
<jackson-version>2.18.1</jackson-version>
<jackson-version>2.18.2</jackson-version>
</properties>

<dependencies>
Expand Down

0 comments on commit 5b7e771

Please sign in to comment.