Browse Source

Upgrade to Inverno 1.7.0 (#8766)

* Inverno framework test

* Remove unused code

* Optimization

* remove db.sql

* Upgrade to Inverno 1.2.2

* Upgrade to Inverno 1.4.1

* Update README.md

* Upgrade to Inverno 1.6.2

* Add missing binutils when building docker images

* Fix inverno postgres CMD

* Upgrade to Inverno 1.7.0
Jeremy Kuhn 1 year ago
parent
commit
a49db36d8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/inverno/pom.xml

+ 1 - 1
frameworks/Java/inverno/pom.xml

@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>io.inverno.dist</groupId>
 		<artifactId>inverno-parent</artifactId>
-		<version>1.6.2</version>
+		<version>1.7.0</version>
 	</parent>
 	<groupId>com.techempower</groupId>
 	<artifactId>inverno-benchmark</artifactId>