Skip to content

Commit dbc7b76

Browse files
committed
build: bump json-smart 2.4.7
1 parent 1ee0ffc commit dbc7b76

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mvnw

100644100755
File mode changed.

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@
104104
<artifactId>botbuilder-spring-boot-autoconfigure</artifactId>
105105
<version>${project.version}</version>
106106
</dependency>
107+
108+
<!-- json-smart 2.3-SNAPSHOT is not found -->
109+
<dependency>
110+
<groupId>net.minidev</groupId>
111+
<artifactId>json-smart</artifactId>
112+
<version>2.4.7</version>
113+
</dependency>
107114
</dependencies>
108115
</dependencyManagement>
109116

0 commit comments

Comments
 (0)