Skip to content

Commit

Permalink
Merge pull request #117 from jesperancinha/dependabot/maven/org.sprin…
Browse files Browse the repository at this point in the history
…gframework.boot-spring-boot-parent-2.7.1

build(deps): bump spring-boot-parent from 2.7.0 to 2.7.1
  • Loading branch information
github-actions[bot] committed Jun 30, 2022
2 parents 4a22f6a + 3f5ccee commit 26c8714
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
</parent>

<groupId>org.jesperancinha.smtd</groupId>
Expand Down Expand Up @@ -124,6 +124,7 @@
<kotlinx-coroutines-core-jvm.version>1.6.3-native-mt</kotlinx-coroutines-core-jvm.version>
<springmockk.version>3.1.1</springmockk.version>
<testcontainers.version>1.17.3</testcontainers.version>
<kotlinx-coroutines-debug.version>1.6.3</kotlinx-coroutines-debug.version>
</properties>

<build>
Expand Down Expand Up @@ -604,6 +605,20 @@
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<!-- This Dependency is added as a workaround for the following issue -->
<!--- https://github.com/Kotlin/kotlinx.coroutines/issues/3334 -->
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-debug</artifactId>
<version>${kotlinx-coroutines-debug.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-bom</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 26c8714

Please sign in to comment.