Skip to content

Commit

Permalink
Coercion throws UncheckedIOException instead of IOException
Browse files Browse the repository at this point in the history
for methods that are not specifically I/O-related.
  • Loading branch information
ao-apps committed Oct 6, 2023
1 parent 49db584 commit 179d7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/pom.xml
Expand Up @@ -196,7 +196,7 @@ along with semanticcms-file-model. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.semanticcms</groupId><artifactId>semanticcms-core-taglib</artifactId><version>1.16.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-section-taglib</artifactId><version>1.9.1${POST-SNAPSHOT}</version>
<groupId>com.semanticcms</groupId><artifactId>semanticcms-section-taglib</artifactId><version>1.10.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- javaee-web-api-bom: <groupId>org.apache.taglibs</groupId><artifactId>taglibs-standard-spec</artifactId> -->
<!-- Transitive -->
Expand Down

0 comments on commit 179d7e9

Please sign in to comment.