Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ui_playground
Browse files Browse the repository at this point in the history
  • Loading branch information
uweschaefer committed Oct 23, 2023
2 parents fe51251 + bb232aa commit e61a427
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -12,7 +12,7 @@
<artifactId>factcast-example-server-basicauth</artifactId>
<properties>
<!-- Pin your own Spring Boot version. -->
<spring-boot.version>3.1.4</spring-boot.version>
<spring-boot.version>3.1.5</spring-boot.version>
<docker.image.prefix>factcast</docker.image.prefix>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-server/pom.xml
Expand Up @@ -13,7 +13,7 @@
<properties>

<!-- Pin your own Spring Boot version. -->
<spring-boot.version>3.1.4</spring-boot.version>
<spring-boot.version>3.1.5</spring-boot.version>
<docker.image.prefix>factcast</docker.image.prefix>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-tls-client/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion factcast-examples/factcast-example-tls-server/pom.xml
Expand Up @@ -12,7 +12,7 @@
<artifactId>factcast-example-tls-server</artifactId>
<properties>
<!-- Pin your own Spring Boot version. -->
<spring-boot.version>3.1.4</spring-boot.version>
<spring-boot.version>3.1.5</spring-boot.version>
<docker.image.prefix>factcast</docker.image.prefix>
</properties>
<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions factcast-schema-registry-cli/pom.xml
Expand Up @@ -368,7 +368,7 @@
<annotationProcessorPath>
<groupId>io.micronaut</groupId>
<artifactId>micronaut-inject-java</artifactId>
<version>4.1.6</version>
<version>4.1.10</version>
</annotationProcessorPath>
<annotationProcessorPath>
<groupId>io.micronaut.validation</groupId>
Expand Down Expand Up @@ -407,7 +407,7 @@
<annotationProcessorPath>
<groupId>io.micronaut</groupId>
<artifactId>micronaut-inject-java</artifactId>
<version>4.1.6</version>
<version>4.1.10</version>
</annotationProcessorPath>
<annotationProcessorPath>
<groupId>io.micronaut.validation</groupId>
Expand Down
8 changes: 4 additions & 4 deletions factcast-schema-registry-maven-plugin/pom.xml
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.9.0</version>
<version>3.10.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -108,11 +108,11 @@
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.1</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down Expand Up @@ -167,7 +167,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.1</version>
<configuration>
<!-- <goalPrefix>maven-archetype-plugin</goalPrefix> -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -97,23 +97,23 @@
<slf4j-api.version>2.0.9</slf4j-api.version>
<!--suppress UnresolvedMavenProperty -->
<etc>${session.executionRootDirectory}/src/etc</etc>
<spring-boot.version>3.1.4</spring-boot.version>
<spring-boot.version>3.1.5</spring-boot.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
<!-- whenever updating spring-grpc make sure to align grpc.version accordingly. -->
<spring-grpc.version>2.15.0.RELEASE</spring-grpc.version>
<grpc.version>1.58.0</grpc.version>
<grpc.version>1.59.0</grpc.version>
<!-- lter versions seem to break toxi -->
<testcontainers.version>1.19.1</testcontainers.version>
<arrow.version>1.2.1</arrow.version>
<micronaut.version>4.1.2</micronaut.version>
<micronaut.version>4.1.5</micronaut.version>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
<kotest.version>5.7.2</kotest.version>
<mockk.version>1.13.8</mockk.version>
<redisson.version>3.23.5</redisson.version>
<redisson-spring-boot-starter.version>3.23.5</redisson-spring-boot-starter.version>
<graaljs.version>23.0.1</graaljs.version>
<shedlock.version>5.9.0</shedlock.version>
<shedlock.version>5.9.1</shedlock.version>
<byte-buddy.version>1.14.9</byte-buddy.version>
<skipUnitTests>false</skipUnitTests>
<!-- as long as we promise pg11 compatibility, it might make sense to also
Expand Down

0 comments on commit e61a427

Please sign in to comment.