Skip to content

Commit

Permalink
upgrade quarkus-sdk 5.0.1->5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pgier committed Aug 26, 2023
1 parent abc5774 commit b2ecbe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void start() {
.get()
.withPath("/api/v1/namespaces/ns/pods/%s".formatted(podName))
.andReturn(HttpURLConnection.HTTP_OK, pod)
.once();
.always();
}
final PodList podList = new PodListBuilder()
.withItems(pods)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus-sdk.version>5.0.1</quarkus-sdk.version>
<quarkus-sdk.version>5.1.4</quarkus-sdk.version>
<!-- kubernetes-client.version must matches the imported version by quarkus-sdk -->
<kubernetes-client.version>6.2.0</kubernetes-client.version>
<kubernetes-client.version>6.3.1</kubernetes-client.version>
<testng.version>7.7.0</testng.version>
<mockito-core.version>4.10.0</mockito-core.version>
<lombok.version>1.18.24</lombok.version>
Expand Down

0 comments on commit b2ecbe6

Please sign in to comment.