Update dependencies

pull/81/head
Richard Körber 2018-09-03 22:36:53 +02:00
parent 91fc641c2a
commit ffc7b99557
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
<properties> <properties>
<!-- alpn-boot version must match the java version used in bammbamm --> <!-- alpn-boot version must match the java version used in bammbamm -->
<!-- see: https://www.eclipse.org/jetty/documentation/9.4.x/alpn-chapter.html#alpn-versions --> <!-- see: https://www.eclipse.org/jetty/documentation/9.4.x/alpn-chapter.html#alpn-versions -->
<alpn-java.version>8u162</alpn-java.version> <alpn-java.version>8u181</alpn-java.version>
<alpn-boot.version>8.1.12.v20180117</alpn-boot.version> <alpn-boot.version>8.1.12.v20180117</alpn-boot.version>
<skipITs>true</skipITs> <skipITs>true</skipITs>
@ -109,7 +109,7 @@
<plugin> <plugin>
<groupId>io.fabric8</groupId> <groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId> <artifactId>docker-maven-plugin</artifactId>
<version>0.21.0</version> <version>0.26.1</version>
<configuration> <configuration>
<logStdout>true</logStdout> <logStdout>true</logStdout>
@ -122,7 +122,7 @@
<name>acme4j/pebble:${project.version}</name> <name>acme4j/pebble:${project.version}</name>
<build> <build>
<from>golang:1.10</from> <from>golang:1.11</from>
<optimise>true</optimise> <optimise>true</optimise>
<runCmds> <runCmds>
<run>go get -u -v -d gopkg.in/square/go-jose.v2</run> <run>go get -u -v -d gopkg.in/square/go-jose.v2</run>

View File

@ -253,7 +253,7 @@
<dependency> <dependency>
<groupId>org.awaitility</groupId> <groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId> <artifactId>awaitility</artifactId>
<version>3.0.0</version> <version>3.1.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>