Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: entraeiendom/_archived_entraos-integration-monitor-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1a540074f0745d5d6387f8d0ff0443fb1f67fe29
Choose a base ref
..
head repository: entraeiendom/_archived_entraos-integration-monitor-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11a47ea76fb9196013e024de7d67042b4228f3e3
Choose a head ref
Showing with 7 additions and 7 deletions.
  1. +7 −7 pom.xml
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

<groupId>io.entraos.monitor</groupId>
<artifactId>integration-monitor</artifactId>
<version>0.6.13-SNAPSHOT</version>
<version>0.6.14-SNAPSHOT</version>

<name>entraos-integration-monitor</name>
<url>https://github.com/entraeiendom/entraos-integration-monitor-api</url>
@@ -16,7 +16,7 @@
<mainClass>io.entraos.monitor.Main</mainClass>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<microservice.config>0.4.17</microservice.config>
<microservice.config>0.4.18</microservice.config>
<slf4j.version>2.0.7</slf4j.version>
<metrics.version>4.1.2</metrics.version>
<jetty.version>9.4.50.v20221201</jetty.version>
@@ -188,7 +188,7 @@
<dependency>
<groupId>com.slack.api</groupId>
<artifactId>slack-api-client</artifactId>
<version>1.29.2</version>
<version>1.30.0</version>
</dependency>

<!-- Logging -->
@@ -206,7 +206,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.11</version>
</dependency>


@@ -250,7 +250,7 @@
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
</plugin>
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<plugin>
@@ -293,7 +293,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<!-- Override 2.0 set in parent -->
<configuration>
<filters>
@@ -337,7 +337,7 @@
<Main-Class>${mainClass}</Main-Class>
</manifestEntries>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />

<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>META-INF/spring.handlers</resource>