Author SHA1 Message Date
austin 5583798c53 Update bennett platform to v0.1.11
build-and-publish / build (pull_request) Failing after 2m13s
2026-08-19 16:35:52 +00:00
+3 -3
View File
@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>net.thebennett.platform</groupId> <groupId>net.thebennett.platform</groupId>
<artifactId>platform-parent</artifactId> <artifactId>platform-parent</artifactId>
<version>0.1.10</version> <version>0.1.11</version>
<relativePath/> <relativePath/>
</parent> </parent>
@@ -18,7 +18,7 @@
<description>Reformed devotional site — posts, authors, comments, subscriptions — on the Bennett platform.</description> <description>Reformed devotional site — posts, authors, comments, subscriptions — on the Bennett platform.</description>
<properties> <properties>
<commonmark.version>0.30.0</commonmark.version> <commonmark.version>0.29.0</commonmark.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
@@ -26,7 +26,7 @@
<dependency> <dependency>
<groupId>net.thebennett.platform</groupId> <groupId>net.thebennett.platform</groupId>
<artifactId>platform-bom</artifactId> <artifactId>platform-bom</artifactId>
<version>0.1.10</version> <version>0.1.11</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>