Skip to content

Commit

Permalink
Merge pull request #853 from redhat-appstudio/dependabot/maven/java-c…
Browse files Browse the repository at this point in the history
…omponents/quarkus.platform.version-3.4.1

Bump quarkus.platform.version from 3.3.2 to 3.4.1 in /java-components
  • Loading branch information
stuartwdouglas authored Oct 3, 2023
2 parents b5cd87c + 8299a2b commit 101e01c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@
import com.redhat.hacbs.classfile.tracker.TrackingData;
import com.redhat.hacbs.container.analyser.deploy.containerregistry.ContainerUtil;

import io.quarkus.arc.Unremovable;
import io.quarkus.logging.Log;
import picocli.CommandLine;

@CommandLine.Command(name = "image")
@Singleton
@Unremovable
public class AnalyseImage extends AnalyserBase {

@CommandLine.Parameters(index = "0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@

import com.redhat.hacbs.classfile.tracker.TrackingData;

import io.quarkus.arc.Unremovable;
import io.quarkus.logging.Log;
import picocli.CommandLine;

@CommandLine.Command(name = "path")
@Singleton
@Unremovable
public class AnalysePath extends AnalyserBase implements Runnable {

@CommandLine.Parameters
Expand Down
4 changes: 2 additions & 2 deletions java-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.3.2</quarkus.platform.version>
<quarkus.platform.version>3.4.1</quarkus.platform.version>

<!-- Plugin Versions-->
<surefire-plugin.version>3.1.2</surefire-plugin.version>
Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>io.quarkiverse.openapi.generator</groupId>
<artifactId>quarkus-openapi-generator</artifactId>
<version>2.2.10</version>
<version>2.2.11</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 101e01c

Please sign in to comment.