7 Commits

Author SHA1 Message Date
ba403a5bcc Update dependency com.google.protobuf:protobuf-java to v4.33.1
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-13 17:02:12 +00:00
f3ec956c7a Merge pull request 'Update dependency org.yaml:snakeyaml to v2.5' (#59) from renovate/org.yaml-snakeyaml-2.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #59
2025-11-07 11:19:32 +01:00
0fc8beacf8 Merge pull request 'Update dependency org.junit.jupiter:junit-jupiter-api to v6' (#60) from renovate/org.junit.jupiter-junit-jupiter-api-6.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #60
2025-11-07 11:19:24 +01:00
ecbf4080ae Update dependency org.junit.jupiter:junit-jupiter-api to v6
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-06 17:01:08 +00:00
e1215cfa25 Update dependency org.yaml:snakeyaml to v2.5
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-06 17:01:03 +00:00
6f2dd2a220 Merge pull request 'Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.12.0' (#57) from renovate/org.apache.maven.plugins-maven-javadoc-plugin-3.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #57
2025-11-06 16:41:54 +01:00
eb3178a706 Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.12.0
All checks were successful
continuous-integration/drone/pr Build is passing
2025-11-06 15:37:30 +00:00

View File

@@ -47,7 +47,7 @@
<dependency> <dependency>
<groupId>org.yaml</groupId> <groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId> <artifactId>snakeyaml</artifactId>
<version>2.4</version> <version>2.5</version>
</dependency> </dependency>
<!-- JSoup is used to parse HTML into JSON objects for better handling in Java --> <!-- JSoup is used to parse HTML into JSON objects for better handling in Java -->
@@ -91,7 +91,7 @@
<dependency> <dependency>
<groupId>org.junit.jupiter</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId> <artifactId>junit-jupiter-api</artifactId>
<version>5.14.1</version> <version>6.0.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@@ -102,7 +102,7 @@
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId> <artifactId>protobuf-java</artifactId>
<version>4.33.0</version> <version>4.33.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
@@ -143,7 +143,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version> <version>3.12.0</version>
</plugin> </plugin>
<plugin> <plugin>