Skip to content

Commit

Permalink
Merge pull request #345 from quarkusio/dependabot/maven/quarkus-c03cf…
Browse files Browse the repository at this point in the history
…a1d3a

Bump the quarkus group with 5 updates
  • Loading branch information
yrodiere authored Oct 28, 2024
2 parents ff7fdd1 + 4124e46 commit 41e3b9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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</quarkus.platform.group-id>
<quarkus.version>3.15.1</quarkus.version>
<quarkus.version>3.16.0</quarkus.version>
<revision>999-SNAPSHOT</revision>
<skipITs>true</skipITs>
<surefire-plugin.version>3.5.1</surefire-plugin.version>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>io.quarkiverse.jgit</groupId>
<artifactId>quarkus-jgit</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.githubapi</groupId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>io.quarkiverse.playwright</groupId>
<artifactId>quarkus-playwright</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
Expand Down Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>io.quarkiverse.playwright</groupId>
<artifactId>quarkus-playwright</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

import io.quarkus.runtime.configuration.ConfigUtils;
import io.quarkus.test.common.QuarkusTestResourceConfigurableLifecycleManager;
import io.quarkus.test.common.TestResourceScope;
import io.quarkus.test.common.WithTestResource;

import org.hibernate.search.util.common.impl.Closer;
Expand Down Expand Up @@ -500,7 +501,7 @@ private static void add(String branch, Map<String, String> copyPathToOriginalPat

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@WithTestResource(Resource.class)
@WithTestResource(value = Resource.class, scope = TestResourceScope.RESTRICTED_TO_CLASS)
public @interface Setup {
Class<? extends FilterDefinition> filter() default AllFilterDefinition.class;

Expand Down

0 comments on commit 41e3b9f

Please sign in to comment.