Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Sep 21, 2024
1 parent 5994338 commit 365c714
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 @@ -29,8 +29,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<spotless.version>2.43.0</spotless.version>
<maven.version>3.9.6</maven.version>
<maven.plugin.version>3.11.0</maven.plugin.version>
<maven.version>3.9.8</maven.version>
<maven.plugin.version>3.12.0</maven.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
Expand Down Expand Up @@ -67,19 +67,19 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.10.0</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-fluent</artifactId>
<version>5.3.1</version>
<version>5.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>github-api</artifactId>
<version>1.321</version>
<version>1.326</version>
</dependency>
</dependencies>
<reporting>
Expand Down

0 comments on commit 365c714

Please sign in to comment.