Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.junit-junit-bom-5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf authored Oct 7, 2024
2 parents cc6d401 + 318265e commit bf79013
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 @@ -28,7 +28,7 @@
<properties>
<checkstyle.violationSeverity>warning</checkstyle.violationSeverity>
<!-- dependencies -->
<byte-buddy.version>1.15.1</byte-buddy.version>
<byte-buddy.version>1.15.3</byte-buddy.version>
<junit.version>5.11.1</junit.version>
<semantic-metrics.version>1.2.0</semantic-metrics.version>
</properties>
Expand Down Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<version>33.3.1-jre</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bf79013

Please sign in to comment.