Skip to content

Commit

Permalink
Merge branch 'main' into feature/ISSUE-1824-spring-context-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar authored May 11, 2024
2 parents f3c115a + aecf18e commit 036bd1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.23</version>
<version>1.9.24</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<version.buildhelper.plugin>3.5.0</version.buildhelper.plugin>
<jackson-bom.version>2.17.1</jackson-bom.version>
<version.eclipse.microprofile.config>3.0.3</version.eclipse.microprofile.config>
<version.io.smallrye.jandex>3.1.7</version.io.smallrye.jandex>
<version.io.smallrye.jandex>3.1.8</version.io.smallrye.jandex>
<version.io.smallrye.smallrye-config>3.8.1</version.io.smallrye.smallrye-config>
<version.eclipse.microprofile.openapi>3.1.1</version.eclipse.microprofile.openapi>
<version.org.hamcrest>1.3</version.org.hamcrest>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>SmallRye: OpenAPI Test Data</name>

<properties>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>1.9.24</kotlin.version>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion ui/open-api-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<name>SmallRye: OpenAPI UI</name>

<properties>
<swagger-ui.version>5.17.5</swagger-ui.version>
<swagger-ui.version>5.17.7</swagger-ui.version>
<swagger-ui-theme.version>3.0.1</swagger-ui-theme.version>
<path.swagger-ui>openapi-ui</path.swagger-ui>
<sonar.skip>true</sonar.skip>
Expand Down

0 comments on commit 036bd1b

Please sign in to comment.