Skip to content

Commit

Permalink
POM: Deps and plugin upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Zizka committed Dec 1, 2024
1 parent 27dd2e6 commit 69727fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<version.kotlin-dokka>1.9.20</version.kotlin-dokka>
<version.jdk>11</version.jdk>
<version.jackson>2.18.2</version.jackson>
<version.surefire>3.2.5</version.surefire>
<version.surefire>3.5.2</version.surefire>

<jvm.args.debug /> <!-- Used by the -Pdebug profile. -->
<mainClass>Crunch</mainClass>
Expand Down Expand Up @@ -183,7 +183,7 @@

<!-- One real execution of the tool from outside JUnit. -->
<plugin>
<groupId>org.codehaus.mojo</groupId><artifactId>exec-maven-plugin</artifactId><version>3.1.0</version>
<groupId>org.codehaus.mojo</groupId><artifactId>exec-maven-plugin</artifactId><version>3.5.0</version>
<executions>
<execution>
<id>testCrunch-simple</id><phase>integration-test</phase><goals><goal>exec</goal></goals>
Expand Down Expand Up @@ -309,7 +309,7 @@
<dependency><groupId>com.fasterxml.jackson.dataformat</groupId><artifactId>jackson-dataformat-cbor</artifactId><version>${version.jackson}</version></dependency>

<!-- Logging -->
<dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>2.0.15</version></dependency>
<dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>2.0.16</version></dependency>
<dependency><groupId>ch.qos.logback</groupId><artifactId>logback-classic</artifactId><version>1.5.12</version></dependency>
<dependency><groupId>ch.qos.logback</groupId><artifactId>logback-core</artifactId><version>1.5.12</version></dependency>

Expand Down

0 comments on commit 69727fd

Please sign in to comment.