Skip to content

Commit

Permalink
Merge pull request #250 from qudini/BW-1856-Dependency-update-sentry-…
Browse files Browse the repository at this point in the history
…error-500

BW-1856 updated sentry, newrelic version
  • Loading branch information
ajpachoriya authored Jul 30, 2024
2 parents ff08691 + 438836b commit 0f376d5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.3.2</version>
</parent>

<properties>
Expand All @@ -34,20 +34,20 @@
<!-- Qudini-managed versions: -->
<qudini-utils.version>0.0.5</qudini-utils.version>
<guava.version>33.0.0-jre</guava.version>
<testcontainers.version>1.19.3</testcontainers.version>
<wiremock.version>3.3.1</wiremock.version>
<testcontainers.version>1.20.0</testcontainers.version>
<wiremock.version>3.9.1</wiremock.version>
<lmax-disruptor.version>3.4.4</lmax-disruptor.version>
<newrelic.version>8.9.1</newrelic.version>
<newrelic.version>8.13.0</newrelic.version>
<!-- $shasum -a 256 /Users/.../qudini-reactive/qudini-reactive-example/target/newrelic-agent-8.7.0.zip -->
<newrelic-agent.sha256-checksum>f9f81a3a500460d33cf9aec6bec288e733de843730dcbf06c9656c63f598cf19</newrelic-agent.sha256-checksum>
<sentry.version>7.1.0</sentry.version>
<aws-sdk.version>2.23.19</aws-sdk.version>
<newrelic-agent.sha256-checksum>7740ad7bb66d75a424e66c890f7efc49edf3be19ce4afde0132d6a9be2729511</newrelic-agent.sha256-checksum>
<sentry.version>7.12.1</sentry.version>
<aws-sdk.version>2.26.25</aws-sdk.version>
<qudini-gom.version>8.4.2</qudini-gom.version>
<auth0-jwt.version>4.4.0</auth0-jwt.version>
<bouncycastle.version>1.77</bouncycastle.version>
<bouncycastle.version>1.78</bouncycastle.version>
<lombok-plugin.version>1.18.20.0</lombok-plugin.version>
<jacoco-plugin.version>0.8.11</jacoco-plugin.version>
<gpg-plugin.version>3.1.0</gpg-plugin.version>
<gpg-plugin.version>3.2.4</gpg-plugin.version>
<!-- Spring-managed versions (https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#dependency-versions.properties): -->
<maven.plugin.validation>VERBOSE</maven.plugin.validation>
</properties>
Expand Down

0 comments on commit 0f376d5

Please sign in to comment.