Skip to content

Commit

Permalink
upgrade library dependencies #2642
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 8, 2025
1 parent a825090 commit 85d7123
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<packaging>jar</packaging>

<properties>
<antlr.version>4.13.1</antlr.version>
<graal.version>24.0.0</graal.version>
<antlr.version>4.13.2</antlr.version>
<graal.version>24.1.1</graal.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -69,20 +69,20 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.4</version>
<version>1.5.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<!-- this is tied to logback-classic -->
<version>2.0.12</version>
<version>2.0.16</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<!-- this is tied to logback-classic -->
<version>2.0.12</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<maven.compiler.version>3.13.0</maven.compiler.version>
<maven.surefire.version>3.2.5</maven.surefire.version>
<maven.shade.version>3.5.2</maven.shade.version>
<maven.surefire.version>3.5.2</maven.surefire.version>
<maven.shade.version>3.6.0</maven.shade.version>
<maven.javadoc.version>3.6.3</maven.javadoc.version>
<junit5.version>5.10.2</junit5.version>
<junit5.version>5.11.4</junit5.version>
<nexus.staging.plugin.version>1.6.13</nexus.staging.plugin.version>
<spring.version>5.3.19</spring.version>
<spring.boot.version>2.6.6</spring.boot.version>
Expand Down Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.1.0</version>
<version>11.1.1</version>
<configuration>
<skipProvidedScope>true</skipProvidedScope>
</configuration>
Expand Down

0 comments on commit 85d7123

Please sign in to comment.