jetty.project/jetty-integrations/jetty-gcloud/pom.xml

25 lines
795 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-integrations</artifactId>
2024-03-29 16:20:11 -04:00
<version>12.0.9-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jetty.gcloud</groupId>
<artifactId>jetty-gcloud</artifactId>
<packaging>pom</packaging>
<name>Integrations :: GCloud</name>
<modules>
<module>jetty-gcloud-session-manager</module>
</modules>
<properties>
[10.0.x] Bump the integration-deps group with 4 updates Bumps the integration-deps group with 4 updates: [org.infinispan:infinispan-bom](https://github.com/infinispan/infinispan), [com.google.cloud:google-cloud-datastore](https://github.com/googleapis/java-datastore), [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) and [org.eclipse.platform:org.eclipse.osgi.services](https://github.com/eclipse-equinox/equinox). Updates `org.infinispan:infinispan-bom` from 11.0.18.Final to 11.0.19.Final - [Release notes](https://github.com/infinispan/infinispan/releases) - [Changelog](https://github.com/infinispan/infinispan/blob/main/Jenkinsfile-release) - [Commits](https://github.com/infinispan/infinispan/compare/11.0.18.Final...11.0.19.Final) Updates `com.google.cloud:google-cloud-datastore` from 2.18.4 to 2.19.0 - [Release notes](https://github.com/googleapis/java-datastore/releases) - [Changelog](https://github.com/googleapis/java-datastore/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/java-datastore/compare/v2.18.4...v2.19.0) Updates `org.eclipse.platform:org.eclipse.osgi` from 3.18.600 to 3.19.0 - [Commits](https://github.com/eclipse-equinox/equinox/commits) Updates `org.eclipse.platform:org.eclipse.osgi.services` from 3.11.200 to 3.12.0 - [Commits](https://github.com/eclipse-equinox/equinox/commits) --- updated-dependencies: - dependency-name: org.infinispan:infinispan-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: integration-deps - dependency-name: com.google.cloud:google-cloud-datastore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: integration-deps - dependency-name: org.eclipse.platform:org.eclipse.osgi dependency-type: direct:development update-type: version-update:semver-minor dependency-group: integration-deps - dependency-name: org.eclipse.platform:org.eclipse.osgi.services dependency-type: direct:development update-type: version-update:semver-minor dependency-group: integration-deps ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 10:24:39 -04:00
<gcloud.version>2.19.0</gcloud.version>
<protobuf.version>3.25.2</protobuf.version>
</properties>
</project>