Skip to content

Commit c35abcf

Browse files
committed
upgrade
1 parent bfd73c3 commit c35abcf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
wrapperVersion=3.3.2
17+
wrapperVersion=3.3.4
1818
distributionType=only-script
1919
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<properties>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<start-class>ch.rasc.dataformat.Application</start-class>
25-
<java.version>21</java.version>
25+
<java.version>25</java.version>
2626
</properties>
2727

2828
<dependencies>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.protobuf</groupId>
5757
<artifactId>protobuf-java</artifactId>
58-
<version>4.32.0</version>
58+
<version>4.33.0</version>
5959
</dependency>
6060

6161
<dependency>

0 commit comments

Comments
 (0)