|
6 | 6 |
|
7 | 7 | <groupId>org.scion</groupId>
|
8 | 8 | <artifactId>scion-multiping</artifactId>
|
9 |
| - <version>0.4.1-SNAPSHOT</version> |
| 9 | + <version>0.5.1-SNAPSHOT</version> |
10 | 10 |
|
11 | 11 | <properties>
|
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
13 | 13 |
|
14 |
| - <scion.slf4j.version>2.0.9</scion.slf4j.version> |
| 14 | + <scion.slf4j.version>2.0.16</scion.slf4j.version> |
15 | 15 | <scion.fmt-maven.version>2.23</scion.fmt-maven.version>
|
16 |
| - <scion.maven-enforcer-plugin.version>3.3.0</scion.maven-enforcer-plugin.version> |
| 16 | + <scion.maven-enforcer-plugin.version>3.5.0</scion.maven-enforcer-plugin.version> |
17 | 17 | </properties>
|
18 | 18 |
|
19 | 19 | <name>SCION Java API Examples</name>
|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>com.google.googlejavaformat</groupId>
|
79 | 79 | <artifactId>google-java-format</artifactId>
|
80 |
| - <version>1.24.0</version> |
| 80 | + <version>1.26.0</version> |
81 | 81 | </dependency>
|
82 | 82 |
|
83 | 83 | <dependency>
|
|
101 | 101 | <dependency>
|
102 | 102 | <groupId>com.google.code.gson</groupId>
|
103 | 103 | <artifactId>gson</artifactId>
|
104 |
| - <version>2.11.0</version> |
| 104 | + <version>2.13.1</version> |
105 | 105 | </dependency>
|
106 | 106 | </dependencies>
|
107 | 107 |
|
108 | 108 | <build>
|
109 | 109 | <plugins>
|
110 | 110 | <plugin>
|
111 | 111 | <artifactId>maven-compiler-plugin</artifactId>
|
112 |
| - <version>3.11.0</version> |
| 112 | + <version>3.13.0</version> |
113 | 113 | <configuration>
|
114 | 114 | <source>1.8</source>
|
115 | 115 | <target>1.8</target>
|
|
118 | 118 | <plugin>
|
119 | 119 | <groupId>org.apache.maven.plugins</groupId>
|
120 | 120 | <artifactId>maven-checkstyle-plugin</artifactId>
|
121 |
| - <version>3.3.0</version> |
| 121 | + <version>3.6.0</version> |
122 | 122 | <executions>
|
123 | 123 | <execution>
|
124 | 124 | <id>validate</id>
|
|
141 | 141 | <plugin>
|
142 | 142 | <groupId>org.apache.maven.plugins</groupId>
|
143 | 143 | <artifactId>maven-surefire-plugin</artifactId>
|
144 |
| - <version>3.2.5</version> |
| 144 | + <version>3.5.2</version> |
145 | 145 | </plugin>
|
146 | 146 | <plugin>
|
147 | 147 | <groupId>org.jacoco</groupId>
|
|
0 commit comments