Skip to content

Commit

Permalink
Merge pull request #158 from klassenserver7b/dependabot/maven/Develop…
Browse files Browse the repository at this point in the history
…ment/java-deps-b7d661c0c1

Bump the java-deps group across 1 directory with 6 updates
  • Loading branch information
klassenserver7b authored Oct 7, 2024
2 parents 6a7a9ec + b055de5 commit ebda9c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<plugin>
<groupId>de.dentrassi.maven</groupId>
<artifactId>rpm</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
<executions>
<execution>
<phase>install</phase>
Expand Down Expand Up @@ -258,7 +258,7 @@
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
<executions>
<execution>
<id>danceinterpreter-exe</id>
Expand Down Expand Up @@ -353,7 +353,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.3.1</version>
<version>5.4</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand All @@ -365,7 +365,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId> com.formdev</groupId>
Expand All @@ -381,12 +381,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.0</version>
<version>5.11.2</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.14.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-transcoder -->
<dependency>
Expand Down

0 comments on commit ebda9c1

Please sign in to comment.