Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sladkoff/minecraft-prometheus-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b27cf8858294061af1acc46b8854f486b456cb65
Choose a base ref
..
head repository: sladkoff/minecraft-prometheus-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 25d8a361657bf3c8261a978847bd14926a2116c0
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pom.xml
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
<json-path.version>2.9.0</json-path.version>
<junit.jupiter.version>5.11.4</junit.jupiter.version>
<org.mockito.version>5.15.2</org.mockito.version>
<assertj.version>3.27.2</assertj.version>
<assertj.version>3.27.3</assertj.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>