Skip to content

Commit

Permalink
feat: package updates (kiwigrid#38)
Browse files Browse the repository at this point in the history
* fix(deps): update io.fabric8.kubernetes-client to 4.6.2

There is a change in 4.6.3+ that breaks the controller so stopping at 4.6.2 for now

* fix(deps): upgrade micronaut to 1.3.7

1.3.7 is the latest version before major bump to 2.x

* fix(deps): minor version bumps that work locally
  • Loading branch information
patrickleet authored Oct 22, 2020
1 parent 977ade5 commit 28f9ee4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
</scm>

<properties>
<version.micronaut>1.1.0.RC2</version.micronaut>
<version.micronaut-test-spock>1.0.2</version.micronaut-test-spock>
<version.keycloak>11.0.0</version.keycloak>
<version.micronaut>1.3.7</version.micronaut>
<version.keycloak>11.0.2</version.keycloak>
<version.resteasy>3.6.3.Final</version.resteasy>
<version.logback>1.2.3</version.logback>
<version.logback-contrib>0.1.5</version.logback-contrib>
<version.k8s-client>4.3.1</version.k8s-client>
<version.lombok>1.18.8</version.lombok>
<version.k8s-client>4.6.2</version.k8s-client>
<version.lombok>1.18.16</version.lombok>
<version.com.spotify.ile>1.4.10</version.com.spotify.ile>
<version.janino>3.1.2</version.janino>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>3.0.6</version>
<version>${version.janino}</version>
</dependency>

<!-- Keycloak -->
Expand Down

0 comments on commit 28f9ee4

Please sign in to comment.