Skip to content

Commit 3655926

Browse files
committed
chore-deps: bump junit-jupiter@6.0.3 and maven plugins
1 parent 8d35161 commit 3655926

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>com.switcherapi</groupId>
99
<artifactId>switcher-client</artifactId>
1010
<packaging>jar</packaging>
11-
<version>2.5.2</version>
11+
<version>2.5.3-SNAPSHOT</version>
1212

1313
<name>Switcher Client</name>
1414
<description>Switcher Client SDK for working with Switcher API</description>
@@ -59,19 +59,19 @@
5959

6060
<!-- test -->
6161
<okhttp.version>5.3.2</okhttp.version>
62-
<junit-jupiter.version>6.0.1</junit-jupiter.version>
62+
<junit-jupiter.version>6.0.3</junit-jupiter.version>
6363
<junit-pioneer.version>2.3.0</junit-pioneer.version>
64-
<junit-platform-launcher.version>6.0.1</junit-platform-launcher.version>
64+
<junit-platform-launcher.version>6.0.3</junit-platform-launcher.version>
6565

6666
<!-- Plugins -->
67-
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
68-
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
67+
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
68+
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
6969
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
7070
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
7171
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
72-
<sonar-maven-plugin.version>5.3.0.6276</sonar-maven-plugin.version>
72+
<sonar-maven-plugin.version>5.5.0.6356</sonar-maven-plugin.version>
7373
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
74-
<central-publishing-maven-plugin.version>0.9.0</central-publishing-maven-plugin.version>
74+
<central-publishing-maven-plugin.version>0.10.0</central-publishing-maven-plugin.version>
7575

7676
<!-- Sonar -->
7777
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>

0 commit comments

Comments
 (0)