Skip to content

Commit

Permalink
Merge pull request #180 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 d24a75d + 5af388f commit fa4e660
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -113,6 +113,7 @@
<junit.version>4.13.2</junit.version>
<testcontainers.version>1.17.3</testcontainers.version>
<omni-coveragereporter-maven-plugin.version>0.3.0</omni-coveragereporter-maven-plugin.version>
<kotlinx-coroutines-debug.version>1.6.3</kotlinx-coroutines-debug.version>
</properties>

<build>
Expand Down Expand Up @@ -230,6 +231,20 @@
<artifactId>consolerizer</artifactId>
<version>${consolerizer.version}</version>
</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>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down

0 comments on commit fa4e660

Please sign in to comment.