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: abstratt/kirra-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f1a02e7b1fe84324a9afd3fdaabd4eddcc9a2f3
Choose a base ref
..
head repository: abstratt/kirra-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 946f1ae9a7c40b2ac6de494e846b34b3aaf1bfcc
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
@@ -15,7 +15,7 @@
<spring.version>5.3.9</spring.version>
<spring-boot.version>2.5.4</spring-boot.version>
<jackson.version>2.12.5</jackson.version>
<flyway.version>10.5.0</flyway.version>
<flyway.version>10.6.0</flyway.version>
<junit.version>4.13.2</junit.version>
<springfox.version>2.9.2</springfox.version>
<abstratt-master.version>4.4.0</abstratt-master.version>