diff --git a/README.md b/README.md
index 6b0d002..75317a8 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
Starting point for your own agent development using the [Embabel framework](https://github.com/embabel/embabel-agent).
-Uses Spring Boot 3.5.9 and Embabel 0.3.1.
+Uses Spring Boot 3.5.16 and Embabel 1.0.0.
Add your magic here!
diff --git a/pom.xml b/pom.xml
index ce7cc6d..0cae65b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.13
+ 3.5.16
com.embabel.template
@@ -18,7 +18,7 @@
21
- 0.3.5
+ 1.0.0
diff --git a/src/main/java/com/embabel/template/ProjectNameApplication.java b/src/main/java/com/embabel/template/ProjectNameApplication.java
index bd8a71a..ca06bf2 100644
--- a/src/main/java/com/embabel/template/ProjectNameApplication.java
+++ b/src/main/java/com/embabel/template/ProjectNameApplication.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024-2025 Embabel Software, Inc.
+ * Copyright 2024-2026 Embabel Software, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java b/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java
index f366574..eae035a 100644
--- a/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java
+++ b/src/main/java/com/embabel/template/agent/WriteAndReviewAgent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024-2025 Embabel Software, Inc.
+ * Copyright 2024-2026 Embabel Software, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.